switch statement造句
例句与造句
- Enumeration types may be used in a switch statement
枚举类型可用于switch语句中。 - This value can then be pulled out of the switch statement
然后,可从switch语句取出此值。 - Is most useful prior to switch statements and or conditional expressions
最适合用在switch语句和/或条件表达式之前。 - Alter table permissions apply to both tables involved in an alter table switch statement
Alter table权限适用于alter table switch语句涉及的两个表。 - This is part of a large switch statement that enumerates each method ; this will become important later
这是一个列举每种方法的庞大switch语句中的一部分,这些内容待会就变得很重要。 - It's difficult to find switch statement in a sentence. 用switch statement造句挺难的
- Conditional branch optimization with the value probes , profile - guided optimizations can find if a given value in a switch statement is used more often than other values
条件分支优化使用值探测,按配置优化可确定switch语句中的给定值是否比其他值更常用。 - Enumerations should be well known to c programmers , and the new enumeration facility allows you to define type - safe enumerations you can use as labels in switch statements and iterate over safely without the " brittle client " problem that occurs when you try to implement enumerations with integer constants
列举应为c编程人员熟知,新列举工具允许您定义您可以在switch语句中用于作为标记的类型安全列举并安全迭代,且不会出现当您尝试使用整数常量来实施列举时发生“脆弱的客户机”问题。